The following tables list the members exposed by SubObjectsDictionaryBase<TKey,TValue>.
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Count | Returns the number of items in the dictionary | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
IsFixedSize | Gets a value indicating whether the dictionary object has a fixed size. | |
IsReadOnly | Gets a value indicating whether the dictionary object is read-only. | |
IsSynchronized | Gets a value indicating whether access to the dictionary is synchronized (thread-safe). | |
Item | Gets or sets the value associated with the specified key. | |
Keys | Gets a collection object containing the keys of the dictionary object. | |
SyncRoot | Gets an object that can be used to synchronize access to the dictionary. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
Values | Gets a collection object containing the values in the dictionary object. |
Name | Description | |
---|---|---|
Dictionary | The dictionary that contains the item references | |
InitialCapacity | Abstract property that specifies the initial capacity of the collection | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
ContainsKey | Determines whether the dictionary contains the specified key. | |
ContainsValue | Determines whether the dictionary contains the specified value. | |
CopyTo | Copies the dictionary into an an array of KeyValuePair objects. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetValue | Gets the value associated with the specified key. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
TryGetValue | Gets the value associated with the specified key. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
DisposeValues | Calls dispose on each Value in the Dictionary. | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
InternalAdd | Adds an item to the dictionary. | |
InternalRemove | Removes the item with the specified key from teh dictionary. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |